.common-h2 {
  font-size: 52px;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
  white-space: nowrap;
  height: 440px;
    display: flex;
    align-items: center;
    color: #fff;
}

.common-h2::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid #c0651b;
  border-radius: 100%;
}

body {
    position: relative;
}

.tab-items {
  display: none;
}

.img-box .img-cont {
  width: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    padding: 15px 25px 15px 100px;
    min-height: 700px;
}

.prevn {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.prevn a{
    color: #fff;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
	flex: 1;
}

.prevn p {
    display: flex;
    align-items: center;
    max-width: 500px;
}

.header-nav-active a {
  color: #e47d23;
  text-decoration: revert;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1230px;
  }
  .ydcontainer {
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

.common-navs {
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 2px 5px 5px #eee;
    position: absolute;
    left: 50%;
    top: 35px;
    z-index: 99;
    background: #fff;
    transform: translateX(-50%);
}

.common-navs .common-navs-active a {
 background-image: linear-gradient(135deg,#dd0000,#943030);
-webkit-background-clip:text;
color: transparent;
  text-decoration: revert;
  font-weight: 600;
}

.common-navs li {
  padding: 0 15px;
  white-space: nowrap;
}


.common-navs li a {
  font-size: 18px;
}

.footer-left-active a {
  color: #fff !important;
  font-size: 26px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 15px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .3s;
}

.header .header-box {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.header-logo img{
	width: 230px;
	image-rendering: -webkit-optimize-contrast;
}

.header .header-box .header-nav {
  flex: 1;
  padding: 0 50px;
}

.header .header-box .header-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-box .header-nav ul li {
  width: fit-content;
  position: relative;
}

.header .header-box .header-nav ul li .navast>a {
  padding: 0 15px;
  font-size: 18px;
  position: relative;
  transition: all .3s;
  display: block;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .header-box figure {
  margin-bottom: 0;
}

.header .header-direct {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 99;
  color: #fff;
  width: 100%;
  font-size: 18px;
}

.header .header-direct .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-direct .container .hdirect-right {
  display: flex;
}

.header .header-direct .container .hdirect-right h5 {
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.header .header-list {
  background-color: #f2f2f2;
  padding: 10px 0;
}

.header .header-list .container {
  max-width: 1500px;
}

.header .header-list .container ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header .header-list .container ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 12px;
}

.header .header-list .container ul li a {
  white-space: nowrap;
  font-weight: 600;
  color: #333;
}

.header .header-list .container ul li a:hover {
  color: #e47d23;
}

.footer {
  padding: 25px 0 55px;
  border-top: 1px solid #eee;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.footer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
}

.footer .container {
    max-width: 1450px;
    position: relative;
    z-index: 9;
}

.footer .footer-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .footer-box .footer-left {
  display: flex;
  margin-left: 50px;
}

.footer .footer-box .footer-left ul:not(:last-child) {
  margin-right: 70px;
}

.footer .footer-box .footer-left ul li:not(:first-child) {
	line-height: 1.5;
    font-size: 15px;
}

.footer .footer-box .footer-left ul li a {
    color: #fff;
}

.footer .footer-box .footer-left ul li a:hover {
    color: #ffff00!important;
    font-weight: 600;
}

.footer .footer-box .footer-cent {
  margin: 0 35px;
}

.footer .footer-box .footer-right .fr-top {
    display: flex;
    align-items: center;
}

.footer .footer-box .footer-right .fr-top img{
    margin-right: 15px;
}

.footer .footer-box .footer-right .fr-top .fr-top-right span{
    color: #fff;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.5;
}

.footer .footer-box .footer-right .fr-top .fr-top-right h5{
    color: #ffff00;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.footer .footer-box .footer-right ul {
    margin-top: 25px;
}

.footer .footer-box .footer-right ul li {
    color: #fff;
}

.footer .footer-box .footer-right ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer .footer-box .footer-right ul li h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.footer .footer-box .footer-right ul li span {
    display: block;
    line-height: 1.5;
    font-size: 16px;
}

.footer-bot {
    color: #fff;
    padding: 8px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    line-height: 1.3;
}

.footer-bot a {
    color: #fff;
}

.homebanner {
    height: calc(100vh + 441px);
}

.homebanner .homebanner-box {
  position: relative;
  height: 100%;
}

.homebanner .homebanner-box .homebanner-swiper {
    height: 100%;
}

.homebanner .homebanner-box .homebanner-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}

.homebanner .homebanner-box .homebanner-swiper .swiper-slide .slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.homebanner .homebanner-box .homebanner-swiper .swiper-slide .slide-inner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.homebanner .homebanner-box .homebanner-accor {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 418px;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.homebanner .homebanner-box .homebanner-accor .container {
	max-width: fit-content;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items {
  min-width: 85px;
  max-width: 85px;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items:not(:first-child) {
  padding-right: 15px;
  border-right: 1px solid #fff;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items:hover .hi-right > a img {
  transform: scale(1.03);
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-left {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  max-width: 85px;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-left img {
  margin-bottom: 15px;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-left h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right {
  display: flex;
  padding: 15px 15px 15px 35px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-left {
  min-width: 50%;
  max-width: 50%;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-left h3 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 15px;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-left ul {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 180px;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-left ul li {
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-left ul li:not(:last-child) {
  margin-bottom: 5px;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-left ul li b {
  color: red;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 800;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-right {
  position: relative;
  min-width: 150px;
  max-width: 150px;
  display: none;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-right .hir-right-img {
   position: absolute;
   top: 15px;
   left: -50px;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-items .hi-right .hir-right .hir-right-img img {
  min-width: 250px;
  max-width: 250px;
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-active {
  overflow: inherit;
 background-image: linear-gradient(to right, rgb(225,227,224) , rgb(97,97,97));
}

.homebanner .homebanner-box .homebanner-accor .hbaccor-box .hbaccor-active .hi-left {
  display: none;
}

.weadvant {
  margin-bottom: 80px;
  padding-top: 55px;
}

.weadvant .weadvant-box {
  display: flex;
}

.weadvant .weadvant-box .weadvant-items {
  width: 350px;
}

.weadvant .weadvant-box .weadvant-items:hover figure img {
  transform: scale(1.03);
}

.weadvant .weadvant-box .weadvant-items:not(:last-child) {
  margin-right: 105px;
}

.weadvant .weadvant-box .weadvant-items figure {
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 45px;
}

.weadvant .weadvant-box .weadvant-items figure img {
  width: 100%;
  transition: all 0.6s;
}

.weadvant .weadvant-box .weadvant-items .weadvant-bot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.weadvant .weadvant-box .weadvant-items .weadvant-bot .weadvant-bot-index {
  position: absolute;
  left: -45px;
  top: 0;
  background: url("../images/weadvant-num-bg.png")/*tpa=http://www.yangdonggroup.com/Public/Home/default/styles/images/weadvant-num-bg.png*/ no-repeat center center/cover;
  width: 39px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding-right: 3px;
}

.weadvant .weadvant-box .weadvant-items .weadvant-bot h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  color: #fff;
}

.weadvant .weadvant-box .weadvant-items .weadvant-bot .weadvant-bot-cent {
  margin: 10px 0;
  background-color: #ccc;
  color: #666;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.weadvant .weadvant-box .weadvant-items .weadvant-bot p {
  line-height: 1.7;
  font-size: 13px;
  color: #fff;
}

.develophis {
  padding: 120px 0 25px;
  position: relative;
}

.develophis>.container {
  display: none;
}

.develophis-box .container {
  max-width: 1500px;
  display: flex;
  align-items: center;
}

.showdevel .container {
  max-width: 1500px;
  display: flex;
  align-items: flex-start;
}

.develophis .develophis-box {
	flex: 1;
	overflow: hidden;
}

.develophis .develophis-box .container .develophis-right {
  flex: 1;
  margin-left: 35px;
  display: flex;
}

.develophis .develophis-box .container .develophis-right .develophis-items {
  width: calc(100% / 6);
  transition: all 0.6s;
  height: fit-content;
}

.develophis .develophis-box .container .develophis-right .develophis-items:not(:last-child) {
  margin-right: 10px;
}

.develophis .develophis-box .container .develophis-right .develophis-items:hover {
  box-shadow: 2px 2px 5px #999;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont {
  padding: 10px 5px;
  border: 1px solid #ccc;
  background: url("../images/develophis-items-bg.jpg")/*tpa=http://www.yangdonggroup.com/Public/Home/default/styles/images/develophis-items-bg.jpg*/ no-repeat center center;
  height: 450px;
  overflow-y: auto;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px #e47d23;
  background: #e47d23;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont > span {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 600;
  padding-left: 10px;
  position: relative;
}

.develophis-img {
	height: 95px;
}

.develophis-img img{
    width: auto;
    height: 100%;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont > span::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #000;
  top: 6px;
  left: 0;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont > p {
  font-size: 12px;
  color: #888;
  line-height: 1.7;
}

.develophis .develophis-box .container .develophis-right .develophis-items .develophis-cont > p >b {
	font-size: 14px;
	display: inline-block;
	line-height: 1.5;
}

.hdirect-left {
	display: flex;
	align-items: center;
}

.hdirect-left img {
	width: 30px;
	margin-right: 15px;
    /*background: #fff;*/
    border-radius: 100%;
    padding: 2px;
    image-rendering: -webkit-optimize-contrast;
}

.hl-scroll {
	width: 680px;
	overflow: hidden;
}

.hl-scroll p {
	white-space: nowrap;
	animation: 10s wordsLoop linear infinite normal;
}

.news-txt {
  width: 100%;
}

.newsainfo-right {
    padding: 25px;
}

.news-txt .details-cont {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.news-txt p {
    color: #fff;
}

.news-txt .details-cont h2 {
    color: rgb(255, 0, 0);
}

.news-txt .details-cont .details-list {
  max-width: 380px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.news-txt .details-cont .details-list span,
.news-txt .details-cont .details-list p {
  white-space: nowrap;
  margin-right: 20px;
  color: #fff;
}

.newsainfo {
  padding: 100px 0 55px;
}

.newsainfo .newsainfo-box .newsainfo-left > ul {
  height: 560px;
  overflow-y: auto;
  margin-top: 15px;
}

.newsainfo .newsainfo-box .newsainfo-left > ul::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.newsainfo .newsainfo-box .newsainfo-left > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px #f7f7f7;
  background: #535353;
}

.newsainfo .newsainfo-box .newsainfo-left > ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.newsainfo .newsainfo-box .newsainfo-left > ul li {
  display: flex;
  align-items: center;
  line-height: 3;
}

.newsainfo .newsainfo-box .newsainfo-left > ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.newsainfo .newsainfo-box .newsainfo-left > ul li span {
  font-size: 18px;
  color: #e47d23;
  margin-right: 10px;
  white-space: nowrap;
}

.newsainfo .newsainfo-box .newsainfo-left > ul li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #fff;
}

.cooperat {
  padding: 55px 0;
}

.cooperat .cooperat-box .cooperat-title {
  text-align: center;
}

.cooperat .cooperat-box .cooperat-title h2 {
  color: #e47d23;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cooperat .cooperat-box .cooperat-title h3 {
  font-weight: 600;
  font-size: 26px;
  color: #fff;
}

.cooperat .cooperat-box .cooperat-ulst {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.cooperat .cooperat-box .cooperat-ulst li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cooperat .cooperat-box .cooperat-ulst li:not(:last-child) {
  margin-right: 50px;
}

.cooperat .cooperat-box .cooperat-ulst li:hover figure img {
  transform: scale(1.03);
}

.cooperat .cooperat-box .cooperat-ulst li figure {
  overflow: hidden;
  min-width: 620px;
  max-width: 620px;
  height: 310px;
}

.cooperat .cooperat-box .cooperat-ulst li figure img {
  width: 100%;
  transition: all 0.6s;
}

.cooperat .cooperat-box .cooperat-ulst li > h5 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.cooperat .cooperat-box .cooperat-ulst li > h5 span {
  font-style: italic;
  font-size: 72px;
  margin-right: 10px;
  vertical-align: sub;
}

.manageid {
  padding: 100px 0 55px;
}

.manageid .manageid-box .ydcontainer {
  display: flex;
  align-items: center;
}

.manageid .manageid-box .ydcontainer .manageid-right {
  margin-left: 50px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-ln > h3 {
  color: #e47d23;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-ln > span {
  color: #e47d23;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-ln > p {
  font-size: 15px;
  color: #888;
  color: #fff;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst {
  padding-left: 70px;
  margin-top: 95px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-one li:not(:last-child) {
  margin-bottom: 20px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-one li h4 {
  color: #e47d23;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-one li .mru-one-txt {
  padding-left: 50px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-one li .mru-one-txt span {
  display: inline-block;
  position: relative;
  color: #fff;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-one li .mru-one-txt span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #ccc;
  border-radius: 100%;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-two {
  margin-top: 20px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-two li h4 {
  color: #e47d23;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-two li .mru-two-txt {
  padding-left: 50px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-two li .mru-two-txt .mru-two-items {
  margin-bottom: 10px;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-two li .mru-two-txt .mru-two-items h5 {
  font-size: 14px;
  color: #e47d23;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-two li .mru-two-txt .mru-two-items h5::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #e47d23 transparent transparent transparent;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-two li .mru-two-txt .mru-two-items span {
  color: #fff;
  position: relative;
}

.manageid .manageid-box .ydcontainer .manageid-right .manageid-right-ulst .mru-two li .mru-two-txt .mru-two-items span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #ccc;
  border-radius: 100%;
}

.contact-float {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
}

.contact-float .float-ulst li:first-child {
  background-color: #2580e6;
  padding: 15px 5px;
}

.contact-float .float-ulst li:first-child a img {
  width: 40px;
}

.contact-float .float-ulst li:last-child {
  background-color: #f7f7f7;
  padding: 5px;
  margin-top: 10px;
}

.contact-float .float-ulst li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-float .float-ulst li a img {
  width: 50px;
}

.contact-float .float-ulst li a span {
  margin-top: 15px;
  writing-mode: vertical-lr;
  color: #fff;
}

.my-map {
  margin: 0 auto;
  width: 900px;
  height: 800px;
}

.my-map .icon {
  background: url("../../../../../../a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png")/*tpa=http://a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png*/ no-repeat;
}

.my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.my-map .icon-cir-red {
  background-position: -11px -5px;
}

.amap-container {
  height: 100%;
}

.myinfowindow {
  width: 240px;
  min-height: 50px;
}

.myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

.myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}

.contactus {
  overflow: hidden;
  position: relative;
  padding-top: 155px;
  padding-bottom: 418px;
  /*background: url(../images/contactus-bg.jpg) no-repeat center center /cover;*/
}

.contactus::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.3);
}

.contactus .container{
    position: relative;
    z-index: 9;
    display: flex;
    max-width: 1450px;
    height: 800px;
    overflow: hidden;
}

.contactus .contleft {
    background-color: rgba(0,0,0,.8);
    padding: 40px 20px;
    height: 100%;
    flex: 1;
}

.contactus .contleft .contleft-title {
    text-align: center;
}

.contactus .contleft .contleft-title h2 {
    color: #ffc000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom:50px;
}

.contactus .contleft .contleft-title span {
    color: #fff;
    font-size: 16px;
}

.contactus .contleft .contleft-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.contactus .contleft .contleft-box .cb-left h3{
    color: #ffc000;
    font-size: 16px;
    margin-bottom: 70px;
    position: relative;
}

.contactus .contleft .contleft-box .cb-left h3::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    bottom: -40px;
    left: 0;
}

.contactus .contleft .contleft-box .cb-left ul li{
    color: #fff;
    font-size: 16px;
    line-height: 3.5;
}

.contactus .contleft .contleft-box .cb-right {
    text-align: right;
}

.contactus .contleft .contleft-box .cb-right ul {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contactus .contleft .contleft-box .cb-right ul li {
    color: #fff;
    background-color: #e20000;
    width: fit-content;
    font-size: 22px;
    padding: 0 20px;
    border-radius: 50px;
}

.contactus .contleft .contleft-box .cb-right ul li:not(:last-child) {
    margin-bottom: 15px;
}

.contactus .contleft .contleft-box .cb-right .cb-right-ewm {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.contactus .contleft .contleft-box .cb-right .cb-right-ewm img {
    width: 137px;
}

.contactus .contleft .contleft-box .cb-right .cb-right-ewm span {
    color: #e4c1a5;
    display: block;
    text-align: center;
    margin-top: 15px;
    width: 100%;
}

.contactus .contactus-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
  background-color: whitesmoke;
  padding: 30px 20px;
  border: 1px solid #ccc;
  width: 410px;
}

.contactus .contactus-box > h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.contactus .contactus-box > h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #e47d23;
}

.contactus .contactus-box .contactus-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.contactus .contactus-box .contactus-title h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.contactus .contactus-box .contactus-title span {
  font-size: 16px;
}

.contactus .contactus-box .contactus-ulst li {
  display: flex;
  align-items: center;
  line-height: 3;
}

.contactus .contactus-box .contactus-ulst li:nth-child(2) i {
  font-size: 30px;
}

.contactus .contactus-box .contactus-ulst li:nth-child(4) i, .contactus .contactus-box .contactus-ulst li:nth-child(5) i, .contactus .contactus-box .contactus-ulst li:nth-child(6) i {
  font-size: 25px;
}

.contactus .contactus-box .contactus-ulst li i {
  font-size: 20px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.contactus .contactus-box .contactus-ulst li h5 {
  font-size: 15px;
  padding-left: 5px;
  margin: 8px 0;
  font-weight: 600;
}

.headrform {
    background-color: red;
    padding: 3px;
    border-radius: 5px;
}

.headrform input {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 13px;
}

.headrform button {
    height: 40px;
    border: none;
    background-color: red;
    color: #fff;
}


.haschild:hover a::after {
	display: block;
}

/*.navdowns::after {*/
/*	content:'';*/
/*	position: absolute;*/
/*	height: 18px;*/
/*	width: 100%;*/
/*    top: -18px;*/
/*	left: 0;*/
/*}*/

.navdowns {
	position: absolute;
    min-width: 100%;
    left: 50%;
    z-index: 999;
     display: none; 
    transform: translateX(-50%);
}

.navdowns .navdowns-items {
	padding: 0 10px;
}

.navdowns .navdowns-items a {
	font-size: 13px!important;
	color: yellow;
	white-space: nowrap;
}

.navdowns .navdowns-items a:hover {
    text-decoration: revert;
}

.navdowns .navdowns-items:not(:last-child) {
	margin-bottom: 5px;
}

.navdowns-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: fit-content;
	margin: 0 auto;
	background-color: #000;
	padding: 10px 15px;
}
.prodsall {
  padding: 210px 0 65px;
  position: relative;
  padding-bottom: calc(418px + 50px);
}

.prodsall::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(0,0,0,.6);*/
    width: 100%;
    height: 100%;
}

.prodsall .container {
  max-width: 1400px;
  z-index: 99;
  position: relative;
}

.prodsall .prodsall-title {
  margin-bottom: 30px;
  padding: 25px;
  background-color: rgba(204,204,204,.5);
}

.prodsall .prodsall-title .pt-ulst {
  display: flex;
}

.prodsall .prodsall-title .pt-ulst li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.prodsall .prodsall-title .pt-ulst li:hover h5 a {
  color: #e47d23;
}

.prodsall .prodsall-title .pt-ulst li .pt-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 3px solid #001f60;
  border-radius: 100%;
}

.prodsall .prodsall-title .pt-ulst li h5 {
  margin: 10px 0 5px;
}

.prodsall .prodsall-title .pt-ulst li h5 a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.prodsall .prodsall-title .pt-ulst li span {
  font-weight: 600;
}

.prodsall .prodsall-title .pt-ulst .pt-active h5 a {
  color: #e47d23;
}

.prodsall .prodsall-title .pt-ulst .pt-active span {
  color: #e47d23;
}

.prodsall .prodsall-box .prodsall-items {
  margin-bottom: 20px;
}

.prodsall .prodsall-box .prodsall-items:hover .pi-img img {
  transform: scale(1.03);
}

.prodsall .prodsall-box .prodsall-items .pi-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 125px;
}

.prodsall .prodsall-box .prodsall-items .pi-img img {
  transition: all 0.3s;
  width: 100%;
}

.prodsall .prodsall-box .prodsall-items .prodsall-cont {
  padding: 20px 15px;
  /*background: linear-gradient(to right, #858585, #d6d8d6, #858585);*/
  background-color: rgba(255,255,255,.3);
}

.prodsall .prodsall-box .prodsall-items .prodsall-cont h5 {
  margin-bottom: 5px;
}

.prodsall .prodsall-box .prodsall-items .prodsall-cont h5 a {
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}

.prodsall .prodsall-box .prodsall-items .prodsall-cont span {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.prodsall .prodsall-box .prodsall-items .prodsall-cont ul li {
  line-height: 1.5;
}

.prodsall .prodsall-box .prodsall-items .prodsall-cont ul li a {
  color: #fff;
  text-decoration: revert;
}

.prodsall .prodsall-box .prodsall-items .prodsall-cont ul li a:hover {
  color: #001f60;
}

.pagings {
  margin-top: 40px;
}

.pagings div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagings div .pagings-length {
  width: fit-content;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 14px;
}

.pagings div span,
.pagings div a {
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 5px;
  font-weight: 600;
  margin-bottom: 5px;
}

.pagings div span:hover,
.pagings div a:hover {
  color: #e47d23;
  border: 1px solid #e47d23;
}

.pagings div .current {
  background-color: #e47d23;
  color: #fff;
  border: 1px solid #e47d23;
}

.pagings div .current:hover {
  color: #fff;
  border: 1px solid #333;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(680px);
        -webkit-transform: translateX(680px);
    }
    100% {
        transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
    }
}

.lytitle {
	width: 80%;
	margin-bottom: 50px;
}

.lytitle ul{
	display: flex;
	align-items: center;
}


.lytitle ul li{
	flex: 1;
	display: flex;
	justify-content: center;
}

.lytitle ul li a{
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	border: 1px solid #ccc;
	border-radius: 15px;
	color: #fff;
}

.lyactive a{
	background-color: #e50b1c;
	color: #fff;
	border: 1px solid #e50b1c;
}


.briefint-box {
  margin-left: 150px;
}

.briefint-box .briefint-items {
  display: flex;
}

.briefint-box .briefint-items .bfitems-left img {
  min-width: 228px;
  max-width: 228px;
}

.briefint-box .briefint-items .bfitems-cent {
  margin: 0 50px;
  text-align: center;
}

.briefint-box .briefint-items .bfitems-cent h3 {
  font-size: 50px;
  color: #e47d23;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 15px;
  position: relative;
}

.briefint-box .briefint-items .bfitems-cent h3::after {
  content: "";
  position: absolute;
  right: -26px;
  width: 5px;
  height: 100%;
  background-color: #e47d23;
  z-index: 99;
}

.briefint-box .briefint-items .bfitems-cent span {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  color: #fff;
  display: inline-block;
}

.briefint-box .briefint-items .bfitems-cent span::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.briefint-box .briefint-items .bfitems-right {
  position: relative;
  padding-bottom: 30px;
}

.briefint-box .briefint-items .bfitems-right::after {
  content: "";
  position: absolute;
  height: 100%;
  left: -28px;
  width: 3px;
  top: 0;
  background-color: #ccc;
}

.briefint-box .briefint-items .bfitems-right > h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.briefint-box .briefint-items .bfitems-right .bfitems-right-txt {
  font-size: 12px;
  color: #fff;
}

.evetitle {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	width: fit-content;
	margin: 0 auto 30px;
}

.evetitle::after {
	content: '';
    position: absolute;
    width: 230px;
    height: 1px;
    background-color: #e47d23;
    top: 50%;
    left: 105%;
    transform: translateY(-50%);
}

.evetitle h2 {
    color: #e47d23;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 0;
}

.evetitle span {
    font-size: 22px;
    font-weight: 700;
    margin-left: 15px;
    color: #fff;
}
.devtoplist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.devtoplist .dtl-left {
    margin-bottom: 35px;
}

.devtoplist .dtl-left .dtl-left-top {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 8px;
}

.devtoplist .dtl-left .dtl-left-top ul {
  display: flex;
  align-items: center;
}

.devtoplist .dtl-left .dtl-left-top ul li {
  font-size: 22px;
  position: relative;
  color: #e6bb3d;
}

.devtoplist .dtl-left .dtl-left-top ul li:not(:last-child) {
  margin-right: 20px;
}

.devtoplist .dtl-left .dtl-left-top ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  height: 95%;
  width: 2px;
  background-color: #e6bb3d;
}

.devtoplist .dtl-left .dtl-left-top h5 {
  margin-bottom: 0;
  font-size: 22px;
  color: #e6bb3d;
}

.devtoplist .dtl-left .dtl-left-bot {
  display: flex;
  align-items: center;
  line-height: 1;
}

.devtoplist .dtl-left .dtl-left-bot ul {
  display: flex;
  align-items: center;
}

.devtoplist .dtl-left .dtl-left-bot ul li {
  font-size: 12px;
  position: relative;
  color: #e6bb3d;
  font-weight: 600;
  color: #e6bb3d;
}

.devtoplist .dtl-left .dtl-left-bot ul li:not(:last-child) {
  margin-right: 10px;
}

.devtoplist .dtl-left .dtl-left-bot ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -4px;
  height: 100%;
  width: 1px;
  background-color: #e6bb3d;
}

.devtoplist .dtl-left .dtl-left-bot ul li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: -7px;
  height: 100%;
  width: 1px;
  background-color: #e6bb3d;
}

.devtoplist .dtl-left .dtl-left-bot h5 {
  margin-bottom: 0;
  font-size: 12px;
  color: #e6bb3d;
  font-weight: 600;
}

.devtoplist .dtl-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
  width: 80%;
}

.devtoplist .dtl-right .dr-items {
  width: calc(100% / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.devtoplist .dtl-right .dr-items:not(:last-child) {
    margin-right: 30px;
}

.devtoplist .dtl-right .dr-items h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.devtoplist .dtl-right .dr-items h3 {
  color: #fff;
  font-size: 42px;
  margin: 10px 0;
  white-space: nowrap;
}

.devtoplist .dtl-right .dr-items > span {
  font-size: 18px;
}

.proswiper {
	min-width: 50%;
	max-width: 50%;
    margin-right: 30px;
}

.proswiper .proimgs {
	height: 550px;
	position: relative;
}

.proswiper .swiper-pagination-bullet {
	background: #fff;
}

.proswiper .swiper-pagination-bullet-active {
	background: #e47d23;
}

.proflaot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
    padding: 15px 25px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.weadvant-title {
    text-align: center;
    margin-bottom: 30px;
}

.weadvant-title h2 {
    color: #e47d23;
    font-weight: 600;
    font-size: 32px;
}

.weadvant-title span {
    font-weight: 600;
    color: #fff;
}

.weadvant-content {
    display: flex!important;
    align-items: center!important;
    flex-direction: column!important;
    justify-content: center!important;
}

.pfloatrg {
    position: fixed;
    right: 15px;
    z-index: 9999;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    align-items: center;
}


.pfloatrg-right {
    position: relative;
    z-index: 99;
    cursor: pointer;
    height: 602px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    height: fit-content;
}

.header .header-box .header-nav ul li .navast {
    overflow: hidden;
    height: 72px;
}

.header .header-box .header-nav ul li .navast>a:nth-child(2) {
    transform: translateY(90px);
}

.header .header-box .header-nav ul li:hover .navast>a {
   color: #E88655!important;
}

.header .header-box .header-nav ul li:hover .navast>a:nth-child(1) {
    transform: translateY(-90px);
}

.header .header-box .header-nav ul li:hover .navast>a:nth-child(2) {
    transform: translateY(-72px);
    
}

.header .header-box .header-nav ul li .navast>a:hover {
    color: #E88655!important;
}

.lbgcart {
    padding: 280px 0 30px;
    position: relative;
    padding-bottom: calc(441px + 50px);
}

.lbgcart::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.7);*/
}

.lbgcart .container {
    position: relative;
    z-index: 9;
}

.lbgcart .common-navs {
    top: -115px;
    background-color: rgba(0,0,0,.7);
    box-shadow: none;
    border-radius: 0;
    min-width: 100%;
}

.lbgcart .common-navs li>a {
    color: #fff!important;
}

.lbgcart .common-navs .common-navs-active>a{
    color: #E88655!important;
}

.contbtns {
    font-size: 14px;
    border: 1px solid #E88655;
    color: #fff;
    background-color: #E88655;
    padding: 5px 15px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.newpagestyle {
    padding-top:200px;
    background:url("../images/newcenter-bg.jpg")/*tpa=http://www.yangdonggroup.com/Public/Home/default/styles/images/newcenter-bg.jpg*/ no-repeat center center /cover;
    padding-bottom: calc(441px + 50px);
}

.afterbgs {
    position: relative;
    padding-bottom: calc(441px + 50px)!important;
}

.afterbgs::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.afterbgs .develophis-box {
    position: relative;
    z-index: 9;
}

.footer .footer-box .footer-right .fr-adress {
    margin-right: 20px;
}

.footer .footer-box .footer-right .fr-adress .fra-title {
    margin-bottom: 20px;
}

.footer .footer-box .footer-right .fr-adress .fra-title span {
    font-size: 18px;
}

.footer .footer-box .footer-right .fr-adress .fra-title h5 {
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
}

.footer .footer-box .footer-right .fr-adress .fra-title h5::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #333;
    bottom: -10px;
    left: 0;
}

.footer .footer-box .footer-right .fr-adress ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer .footer-box .footer-right .fr-adress ul li img{
    width: 20px;
    margin-right: 15px;
}

.proswiper .proimgs{
    position: relative;
}

.proswiper .proimgs::before {
    content: '';
    position: absolute;
    width: 136px;
    height: 91px;
    top: 10px;
    right: 10px;
    z-index: 9;
  
}

.plr-items {
    display: flex;
    align-items: center;
    background-color: rgba(215, 19, 69,.8);
    border-radius: 50px;
    margin-bottom: 20px;
    padding: 10px 25px;
    min-width: 235px;
    cursor: pointer;
}

.plr-items img {
    margin-right: 10px;
}

.plr-items span {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    flex: 1;
}